โ– humdrum codex / custard
license AGPL-3.0
1.5 KB raw
id
TASK-006
title
Webhook-driven auto-publish to the Homebrew tap
status
๐ŸŸข In progress
assignee
created_date
2026-06-18 05:53
updated_date
2026-06-18 05:59
labels
feature
dependencies
priority
medium
ordinal
6000

Description

When a semver tag is pushed to a brew-enabled repo, custard auto-publishes a new formula to the homebrew-tap โ€” no manual brew-release.sh. Soft Serve fires a branch_tag_create webhook (signed) to a custard endpoint; custard archives the tag, writes the tarball to /dl, renders the formula, and commits it to the tap. Per-repo opt-in via a .custard.yaml file. Built in, works out-of-box for any custard deployer.

Acceptance Criteria